找传奇、传世资源到传世资源站!

C# WinForm项目KTV点歌系统,带数据库文件

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】C# WinForm项目KTV点歌系统,带数据库文件

【相关图片】

from clipboardfrom clipboard

【源码结构】

.
├── C# WinForm项目KTV点歌系统,带数据库文件.zip
└── KTV点歌
    ├── Backup
    │   ├── SuperKTV
    │   │   ├── Admin
    │   │   │   ├── AddSingerForm.Designer.cs
    │   │   │   ├── AddSingerForm.cs
    │   │   │   ├── AddSingerForm.resx
    │   │   │   ├── AddSongForm.Designer.cs
    │   │   │   ├── AddSongForm.cs
    │   │   │   ├── AddSongForm.resx
    │   │   │   ├── AddTypeForm.Designer.cs
    │   │   │   ├── AddTypeForm.cs
    │   │   │   ├── AddTypeForm.resx
    │   │   │   ├── LoginForm.cs
    │   │   │   ├── LoginForm.designer.cs
    │   │   │   ├── LoginForm.resx
    │   │   │   ├── MainForm.cs
    │   │   │   ├── MainForm.designer.cs
    │   │   │   ├── MainForm.resx
    │   │   │   ├── RegisterForm.cs
    │   │   │   ├── RegisterForm.designer.cs
    │   │   │   ├── RegisterForm.resx
    │   │   │   ├── SingerForm.Designer.cs
    │   │   │   ├── SingerForm.cs
    │   │   │   ├── SingerForm.resx
    │   │   │   ├── SongForm.cs
    │   │   │   ├── SongForm.designer.cs
    │   │   │   ├── SongForm.resx
    │   │   │   ├── SongTypeForm.Designer.cs
    │   │   │   ├── SongTypeForm.cs
    │   │   │   └── SongTypeForm.resx
    │   │   ├── Class
    │   │   │   ├── PlayList.cs
    │   │   │   ├── Singer.cs
    │   │   │   ├── SingerList.cs
    │   │   │   ├── Song.cs
    │   │   │   ├── SongList.cs
    │   │   │   ├── SongType.cs
    │   │   │   ├── SongTypeList.cs
    │   │   │   ├── User.cs
    │   │   │   └── UserManage.cs
    │   │   ├── Client
    │   │   │   ├── LoadingForm.cs
    │   │   │   ├── LoadingForm.designer.cs
    │   │   │   ├── LoadingForm.resx
    │   │   │   ├── MainClientForm.cs
    │   │   │   ├── MainClientForm.designer.cs
    │   │   │   ├── MainClientForm.resx
    │   │   │   ├── OrderByHitForm.Designer.cs
    │   │   │   ├── OrderByHitForm.cs
    │   │   │   ├── OrderByHitForm.resx
    │   │   │   ├── OrderByPinYinForm.Designer.cs
    │   │   │   ├── OrderByPinYinForm.cs
    │   │   │   ├── OrderByPinYinForm.resx
    │   │   │   ├── OrderBySingerForm.Designer.cs
    │   │   │   ├── OrderBySingerForm.cs
    │   │   │   ├── OrderBySingerForm.resx
    │   │   │   ├── OrderByTypeForm.Designer.cs
    │   │   │   ├── OrderByTypeForm.cs
    │   │   │   ├── OrderByTypeForm.resx
    │   │   │   ├── OrderByWordForm.Designer.cs
    │   │   │   ├── OrderByWordForm.cs
    │   │   │   ├── OrderByWordForm.resx
    │   │   │   ├── PlayForm.Designer.cs
    │   │   │   ├── PlayForm.cs
    │   │   │   ├── PlayForm.resx
    │   │   │   ├── PlayListForm.Designer.cs
    │   │   │   ├── PlayListForm.cs
    │   │   │   ├── PlayListForm.resx
    │   │   │   ├── SongListForm.Designer.cs
    │   │   │   ├── SongListForm.cs
    │   │   │   └── SongListForm.resx
    │   │   ├── Common.cs
    │   │   ├── DBHelper.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Resources
    │   │   │   ├── Add1.png
    │   │   │   ├── Del11.png
    │   │   │   ├── Favs1.png
    │   │   │   ├── Ktv-bg.jpg
    │   │   │   ├── Ktv-效果图.jpg
    │   │   │   ├── MB_0015_reload.png
    │   │   │   ├── a-1.png
    │   │   │   ├── b-1.png
    │   │   │   ├── bg.jpg
    │   │   │   ├── bg1.jpg
    │   │   │   ├── btn1.png
    │   │   │   ├── btn10.png
    │   │   │   ├── btn2.png
    │   │   │   ├── btn3.png
    │   │   │   ├── btn4.png
    │   │   │   ├── btn5.png
    │   │   │   ├── btn6.png
    │   │   │   ├── btn7.png
    │   │   │   ├── btn8.png
    │   │   │   ├── btn9.png
    │   │   │   ├── c-1.png
    │   │   │   ├── d-1.png
    │   │   │   ├── del.png
    │   │   │   ├── e-1.png
    │   │   │   ├── edit1.png
    │   │   │   ├── f-1.png
    │   │   │   ├── fy-1.jpg
    │   │   │   ├── fy-2.jpg
    │   │   │   ├── fy-21.jpg
    │   │   │   ├── fy-22.jpg
    │   │   │   ├── fy_2.jpg
    │   │   │   ├── fy_21.jpg
    │   │   │   ├── g-1.png
    │   │   │   ├── h-1.png
    │   │   │   ├── nav.png
    │   │   │   ├── nav1.png
    │   │   │   ├── re.png
    │   │   │   └── 闪屏图片.jpg
    │   │   └── SuperKTV.csproj
    │   └── SuperKTV.sln
    ├── KTVPro_DB.sql
    ├── SuperKTV
    │   ├── Admin
    │   │   ├── AddSingerForm.Designer.cs
    │   │   ├── AddSingerForm.cs
    │   │   ├── AddSingerForm.resx
    │   │   ├── AddSongForm.Designer.cs
    │   │   ├── AddSongForm.cs
    │   │   ├── AddSongForm.resx
    │   │   ├── AddTypeForm.Designer.cs
    │   │   ├── AddTypeForm.cs
    │   │   ├── AddTypeForm.resx
    │   │   ├── LoginForm.cs
    │   │   ├── LoginForm.designer.cs
    │   │   ├── LoginForm.resx
    │   │   ├── MainForm.cs
    │   │   ├── MainForm.designer.cs
    │   │   ├── MainForm.resx
    │   │   ├── RegisterForm.cs
    │   │   ├── RegisterForm.designer.cs
    │   │   ├── RegisterForm.resx
    │   │   ├── SingerForm.Designer.cs
    │   │   ├── SingerForm.cs
    │   │   ├── SingerForm.resx
    │   │   ├── SongForm.cs
    │   │   ├── SongForm.designer.cs
    │   │   ├── SongForm.resx
    │   │   ├── SongTypeForm.Designer.cs
    │   │   ├── SongTypeForm.cs
    │   │   └── SongTypeForm.resx
    │   ├── Class
    │   │   ├── PlayList.cs
    │   │   ├── Singer.cs
    │   │   ├── SingerList.cs
    │   │   ├── Song.cs
    │   │   ├── SongList.cs
    │   │   ├── SongType.cs
    │   │   ├── SongTypeList.cs
    │   │   ├── User.cs
    │   │   └── UserManage.cs
    │   ├── Client
    │   │   ├── LoadingForm.cs
    │   │   ├── LoadingForm.designer.cs
    │   │   ├── LoadingForm.resx
    │   │   ├── MainClientForm.cs
    │   │   ├── MainClientForm.designer.cs
    │   │   ├── MainClientForm.resx
    │   │   ├── OrderByHitForm.Designer.cs
    │   │   ├── OrderByHitForm.cs
    │   │   ├── OrderByHitForm.resx
    │   │   ├── OrderByPinYinForm.Designer.cs
    │   │   ├── OrderByPinYinForm.cs
    │   │   ├── OrderByPinYinForm.resx
    │   │   ├── OrderBySingerForm.Designer.cs
    │   │   ├── OrderBySingerForm.cs
    │   │   ├── OrderBySingerForm.resx
    │   │   ├── OrderByTypeForm.Designer.cs
    │   │   ├── OrderByTypeForm.cs
    │   │   ├── OrderByTypeForm.resx
    │   │   ├── OrderByWordForm.Designer.cs
    │   │   ├── OrderByWordForm.cs
    │   │   ├── OrderByWordForm.resx
    │   │   ├── PlayForm.Designer.cs
    │   │   ├── PlayForm.cs
    │   │   ├── PlayForm.resx
    │   │   ├── PlayListForm.Designer.cs
    │   │   ├── PlayListForm.cs
    │   │   ├── PlayListForm.resx
    │   │   ├── SongListForm.Designer.cs
    │   │   ├── SongListForm.cs
    │   │   └── SongListForm.resx
    │   ├── Common.cs
    │   ├── DBHelper.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Resources
    │   │   ├── Add1.png
    │   │   ├── Del11.png
    │   │   ├── Favs1.png
    │   │   ├── Ktv-bg.jpg
    │   │   ├── Ktv-效果图.jpg
    │   │   ├── MB_0015_reload.png
    │   │   ├── a-1.png
    │   │   ├── b-1.png
    │   │   ├── bg.jpg
    │   │   ├── bg1.jpg
    │   │   ├── btn1.png
    │   │   ├── btn10.png
    │   │   ├── btn2.png
    │   │   ├── btn3.png
    │   │   ├── btn4.png
    │   │   ├── btn5.png
    │   │   ├── btn6.png
    │   │   ├── btn7.png
    │   │   ├── btn8.png
    │   │   ├── btn9.png
    │   │   ├── c-1.png
    │   │   ├── d-1.png
    │   │   ├── del.png
    │   │   ├── e-1.png
    │   │   ├── edit1.png
    │   │   ├── f-1.png
    │   │   ├── fy-1.jpg
    │   │   ├── fy-2.jpg
    │   │   ├── fy-21.jpg
    │   │   ├── fy-22.jpg
    │   │   ├── fy_2.jpg
    │   │   ├── fy_21.jpg
    │   │   ├── g-1.png
    │   │   ├── h-1.png
    │   │   ├── nav.png
    │   │   ├── nav1.png
    │   │   ├── re.png
    │   │   └── 闪屏图片.jpg
    │   ├── SuperKTV.csproj
    │   ├── bin
    │   │   └── Debug
    │   │       ├── AxInterop.WMPLib.dll
    │   │       ├── Interop.WMPLib.dll
    │   │       ├── SuperKTV.exe
    │   │       ├── SuperKTV.pdb
    │   │       ├── SuperKTV.vshost.exe
    │   │       ├── SuperKTV.vshost.exe.manifest
    │   │       ├── singerPhoto
    │   │       │   ├── Avril Ramona Lavigne .jpg
    │   │       │   ├── Michael Jackson.jpg
    │   │       │   ├── bobo.jpg
    │   │       │   ├── super junior.jpg
    │   │       │   ├── 侧田.jpg
    │   │       │   ├── 后弦.jpg
    │   │       │   ├── 那英.jpg
    │   │       │   ├── 何韵诗.jpg
    │   │       │   ├── 张国荣.jpg
    │   │       │   ├── 张学友.jpg
    │   │       │   ├── 方大同.jpg
    │   │       │   ├── 李孝利.jpg
    │   │       │   ├── 李宇春.jpg
    │   │       │   ├── 李谷一.jpg
    │   │       │   ├── 王若琳.jpg
    │   │       │   ├── 苏打绿.jpg
    │   │       │   ├── 薛之谦.jpg
    │   │       │   ├── 东方神起.jpg
    │   │       │   ├── 后街男孩.jpg
    │   │       │   ├── 暂无图片.jpg
    │   │       │   ├── 林肯公园.jpg
    │   │       │   └── 安室奈美惠.jpg
    │   │       └── song
    │   │           ├── 稻香.mp3
    │   │           ├── 中国话.mp3
    │   │           ├── 小情歌.mp3
    │   │           ├── 日不落.mp3
    │   │           ├── 花蝴蝶.mp3
    │   │           ├── 菊花台.wma
    │   │           ├── 不想长大.mp3
    │   │           ├── 十面埋伏.mp3
    │   │           └── 单车恋人.mp3
    │   └── obj
    │       └── Debug
    │           ├── AxInterop.WMPLib.dll
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── Interop.WMPLib.dll
    │           ├── Refactor
    │           ├── SuperKTV.AddSingerForm.resources
    │           ├── SuperKTV.AddSongForm.resources
    │           ├── SuperKTV.AddTypeForm.resources
    │           ├── SuperKTV.LoadingForm.resources
    │           ├── SuperKTV.LoginForm.resources
    │           ├── SuperKTV.MainClientForm.resources
    │           ├── SuperKTV.MainForm.resources
    │           ├── SuperKTV.OrderByHitForm.resources
    │           ├── SuperKTV.OrderByPinYinForm.resources
    │           ├── SuperKTV.OrderBySingerForm.resources
    │           ├── SuperKTV.OrderByTypeForm.resources
    │           ├── SuperKTV.OrderByWordForm.resources
    │           ├── SuperKTV.PlayForm.resources
    │           ├── SuperKTV.PlayListForm.resources
    │           ├── SuperKTV.Properties.Resources.resources
    │           ├── SuperKTV.RegisterForm.resources
    │           ├── SuperKTV.SingerForm.resources
    │           ├── SuperKTV.SongForm.resources
    │           ├── SuperKTV.SongListForm.resources
    │           ├── SuperKTV.SongTypeForm.resources
    │           ├── SuperKTV.csproj.FileListAbsolute.txt
    │           ├── SuperKTV.csproj.GenerateResource.Cache
    │           ├── SuperKTV.csproj.ResolveComReference.cache
    │           ├── SuperKTV.csprojAssemblyReference.cache
    │           ├── SuperKTV.exe
    │           ├── SuperKTV.pdb
    │           └── TempPE
    │               └── Properties.Resources.Designer.cs.dll
    ├── SuperKTV.sln
    ├── SuperKTV.suo
    └── UpgradeLog.htm

22 directories, 299 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复